home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / plotepson < prev    next >
Text File  |  1991-11-22  |  2KB  |  40 lines

  1.  
  2.    10.2.2 PLOT EPSON
  3.  
  4.  
  5. The PLOT EPSON command is used to output a raster file ( previously
  6. created with the PLOT RASTER command ) to any epson compatible printer.
  7.  
  8. To generate a raster image file suitable for plotting on an epson compatible          
  9. printer, the value for the DOTSPERINCH modifier in PLOT RASTER should be 72
  10. for low resolution 8 pin plotters, or 180 for high resolution 24 pin plotters.
  11.  
  12. Colour raster files can be plotted if the commands are supported by the
  13. output device.
  14.  
  15.  
  16.    MODIFIERS
  17.  
  18. FROM        Requires the name of the raster image file created with the PLOT
  19.             RASTER command. If this modifier is not used, the file
  20.             XCTEMP:rastc is assumed to be the raster image file. ( This
  21.             file is the default file created by PLOT RASTER ).
  22.  
  23. TO          Requires the name of the file or device used as a destination
  24.             for the epson plot commands. If this modifier is not used, the
  25.             plot commands will be sent to the device PAR: ( the parallel
  26.             port ). If you are likely to reproduce the same plot many times,
  27.             it can be useful to output the plot commands to a disk-file
  28.             which in turn can then be copied to the printer when required.
  29.  
  30. DENSITY     This modifier is used to specify low or high resolution
  31.             plotting. The modifier is followed by one of two keywords:
  32.  
  33.                LOW      To specify low resolution plotting for 8 pin
  34.                         plotters ( the default ).
  35.  
  36.                HIGH     To specify high resolution plotting for 24 pin
  37.                         plotters.
  38.  
  39.  
  40.